home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / wwwcach2.rdm < prev    next >
Text File  |  1996-02-22  |  1KB  |  34 lines

  1. Short:    V2.0 of Arexx script for caching images and html documents in AMosaic
  2. Author:   Stephan Lichtendahl
  3. Uploader: s.e.m.lichtendahl@et.tudelft.nl
  4. Type:     comm/net
  5.  
  6.   Freeware
  7.  
  8. Saves inlined images to harddisk to prevent them from being
  9. downloaded every time you want to see them. Then they can
  10. be loaded every time from harddisk instead, which is a bit
  11. faster :-)
  12. Also, HTML documents can be saved in a way that all remote
  13. links remain remote and links to documents, which are already
  14. on your harddisk, will automatically be replaced with local
  15. ones. A convenient hotlist as HTML document will be created.
  16.  
  17. Version 2.0 is a bit of a rewrite, due to many, many requests
  18. (well, actually two) to save all inlined images and HTML documents
  19. in a directory tree closely resembling the original path of the URL.
  20.  
  21. To convert all old style documents, create the directory tree and
  22. move all files to the new location, a convert script is included.
  23.  
  24. If you like it the old way (all html documents and images in their
  25. own single directory) continue using version 1.8.
  26.  
  27. Requirements:
  28. -AMosaic (tested with NoNet 1.2 and AmiTCP 1.3beta & 2.0pre-release versions)
  29. -probably OS3.x for inlined images to work
  30. -Arexx running
  31. -rexxsupport.library (tested with version 34.9)
  32. -rexxdossupport.library (tested with version 2.1, 2.3 & 2.4)
  33. -getstring for resaving local documents  (included)
  34.